ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TooltipBaseTagHelper<TControl> Class / HideDelay Property

In This Topic
    HideDelay Property (TooltipBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.TooltipBase.HideDelay. Sets the delay, in milliseconds, before hiding the tooltip after the mouse leaves the target element.
    Syntax
    'Declaration
     
    Public Property HideDelay As Integer
    public int HideDelay {get; set;}
    See Also